home *** CD-ROM | disk | FTP | other *** search
- Spreadsheet Function: SUM()
- Synopsis:
-
- @SUM(range)
-
- Description:
-
- Returns the total of all cells in the specified
- range added together.
-
- Examples:
-
- @SUM(A1:B12) - Returns the total of all the cells in
- the range, A1->B12.
-
- @VAT(@SUM(A1:B12)) - Returns 17.5% of the total of
- all the cells in the range, A1-B12. (follow that?)
- *
- Using Functions
- Usefunc.help
- Maths Operators
- operators.help